Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90d783a

Browse files
committedFeb 25, 2025·
Make clang-format happy
1 parent 05e2575 commit 90d783a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/fmt/color.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ enum class color : uint32_t {
155155
white_smoke = 0xF5F5F5, // rgb(245,245,245)
156156
yellow = 0xFFFF00, // rgb(255,255,0)
157157
yellow_green = 0x9ACD32 // rgb(154,205,50)
158-
}; // enum class color
158+
}; // enum class color
159159

160160
enum class terminal_color : uint8_t {
161161
black = 30,

0 commit comments

Comments
 (0)
Please sign in to comment.