Skip to content

Commit 967594b

Browse files
Fix indintation
1 parent 5df0ec0 commit 967594b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/AST/LocalizationFormat.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
#include <type_traits>
2626

2727
namespace swift {
28-
enum class DiagID : uint32_t;
28+
enum class DiagID : uint32_t;
29+
2930
namespace diag {
3031
class LocalizationProducer {
3132
public:

0 commit comments

Comments
 (0)