mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-03 12:48:38 -04:00
gofmt
This commit is contained in:
@ -20,8 +20,8 @@ func TestLuaAccounts(t *testing.T) {
|
||||
accountids.Sort()
|
||||
|
||||
equalityString := ""
|
||||
for i, _ := range accountids {
|
||||
for j, _ := range accountids {
|
||||
for i := range accountids {
|
||||
for j := range accountids {
|
||||
if i == j {
|
||||
equalityString += "true"
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user