Skip to content

Commit d6a794d

Browse files
committed
Fix warning
1 parent bd9fb55 commit d6a794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function import_log(filename)
8989
P = length(X)
9090
logger = Logger(P, length(lg))
9191

92-
for (i,row) in pairs(lg)
92+
for row in lg
9393
local X
9494
X = parse_vector(row.X)
9595
Y = parse_vector(row.Y)

0 commit comments

Comments
 (0)