Skip to content

Commit 01cac13

Browse files
committed
format ql test files.
1 parent b91a0db commit 01cac13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cpp/ql/test/library-tests/types/cstd_types/cstd_types_fixedwidth.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import cpp
22

33
from Variable v, FixedWidthIntegralType t
44
where v.getType() = t
5-
select v, concat(t.getAQlClass(), ", ")
5+
select v, concat(t.getAQlClass(), ", ")

cpp/ql/test/library-tests/types/cstd_types/cstd_types_fixedwidthenum.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import cpp
22

33
from Variable v, FixedWidthEnumType t
44
where v.getType() = t
5-
select v, concat(t.getAQlClass(), ", ")
5+
select v, concat(t.getAQlClass(), ", ")

cpp/ql/test/library-tests/types/cstd_types/cstd_types_maximumwidth.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import cpp
22

33
from Variable v, MaximumWidthIntegralType t
44
where v.getType() = t
5-
select v, concat(t.getAQlClass(), ", ")
5+
select v, concat(t.getAQlClass(), ", ")

cpp/ql/test/library-tests/types/cstd_types/cstd_types_minimumwidth.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ import cpp
22

33
from Variable v, MinimumWidthIntegralType t
44
where v.getType() = t
5-
select v, concat(t.getAQlClass(), ", ")
5+
select v, concat(t.getAQlClass(), ", ")

0 commit comments

Comments
 (0)