Skip to content

Commit 4b6a01d

Browse files
committed
format fix
1 parent f2aeea5 commit 4b6a01d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
import cpp
1+
import cpp
2+
23
/**
34
* Library for modeling undefined behavior.
45
*/
5-
abstract class UndefinedBehavior extends Locatable {}
6-
abstract class CPPUndefinedBehavior extends UndefinedBehavior {}
6+
abstract class UndefinedBehavior extends Locatable { }
7+
8+
abstract class CPPUndefinedBehavior extends UndefinedBehavior { }

0 commit comments

Comments
 (0)