Skip to content

Commit ce188c0

Browse files
committed
C#: Autoformat
1 parent 4d13957 commit ce188c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/test/library-tests/csharp8/NullableRefTypes.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ query predicate constructedTypes(AnnotatedConstructedType at, int i, string arg,
5252
}
5353

5454
query predicate nullableTypeParameters(TypeParameter p) {
55-
p.getConstraints().hasNullableRefTypeConstraint()
56-
and p.getLocation().getFile().getBaseName() = "NullableRefTypes.cs"
55+
p.getConstraints().hasNullableRefTypeConstraint() and
56+
p.getLocation().getFile().getBaseName() = "NullableRefTypes.cs"
5757
}
5858

5959
query predicate annotatedTypeConstraints(TypeParameter p, AnnotatedType t) {

0 commit comments

Comments
 (0)