Skip to content

Commit 3539e55

Browse files
committed
Swift: Autoformat.
1 parent 6c35bbf commit 3539e55

File tree

1 file changed

+3
-3
lines changed
  • swift/ql/test/library-tests/elements/decl/enumdecl

1 file changed

+3
-3
lines changed

swift/ql/test/library-tests/elements/decl/enumdecl/enumdecl.ql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import swift
22

33
string describe(Decl d) {
4-
(d instanceof EnumDecl and result = "(EnumDecl)")
4+
d instanceof EnumDecl and result = "(EnumDecl)"
55
or
6-
(d instanceof EnumCaseDecl and result = "(EnumCaseDecl)")
6+
d instanceof EnumCaseDecl and result = "(EnumCaseDecl)"
77
or
8-
(d instanceof EnumElementDecl and result = "(EnumElementDecl)")
8+
d instanceof EnumElementDecl and result = "(EnumElementDecl)"
99
or
1010
result = ".getType = " + d.(EnumDecl).getType().toString()
1111
or

0 commit comments

Comments
 (0)