Skip to content

Commit 1a89424

Browse files
committed
Fix module formatting
1 parent 9c95d82 commit 1a89424

File tree

1 file changed

+1
-1
lines changed
  • cpp/common/src/codingstandards/cpp

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/Type.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Type stripSpecifiers(Type type) {
3030
if type instanceof SpecifiedType
3131
then result = stripSpecifiers(type.(SpecifiedType).getBaseType())
3232
else result = type
33-
}
33+
}

0 commit comments

Comments
 (0)