Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
svladykin authored Aug 26, 2016
1 parent af427c0 commit 34dda45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var arr = ['BMW','Volvo','Lexus'];

var i = 0;


print('--------');
while (rs.next()) {
var x = rs.getString(1);

Expand All @@ -27,6 +27,6 @@ while (rs.next()) {

print(x);
}
print('--------');

print('================');
print('OK');

0 comments on commit 34dda45

Please sign in to comment.