Skip to content

Commit beacade

Browse files
committed
Swift: Autoformat.
1 parent 15244e0 commit beacade

File tree

1 file changed

+1
-3
lines changed
  • swift/ql/lib/codeql/swift/elements/type

1 file changed

+1
-3
lines changed

swift/ql/lib/codeql/swift/elements/type/Type.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ class Type extends Generated::Type {
3333
* The name and full name of `A` is `A`. The name of `B` is `B`, but the
3434
* full name of `B` is `A.B`.
3535
*/
36-
string getFullName() {
37-
result = super.getName()
38-
}
36+
string getFullName() { result = super.getName() }
3937

4038
/**
4139
* Gets this type after any type aliases have been resolved. For example in

0 commit comments

Comments
 (0)