Skip to content

Commit ddf77a0

Browse files
committed
Remove unnecessary spaces
1 parent 4ea5377 commit ddf77a0

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/experimental/TypeOrm

1 file changed

+1
-1
lines changed

javascript/ql/test/experimental/TypeOrm/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function makePaginationQuery<T>(q: SelectQueryBuilder<T>): SelectQueryBuilder<T>
7272

7373
AppDataSource.initialize().then(async () => {
7474
const BadInput = "A user controllable Remote Source like `' 1=1 --` "
75-
75+
7676
// Active record
7777
await UserActiveRecord.findByName(BadInput, "Saw")
7878

0 commit comments

Comments
 (0)