File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# # Output
52
52
53
- # ## clang-format
53
+ # ## clang-format output
54
54
55
55
` ` ` bash
56
56
clang-format.............................................................Failed
@@ -76,7 +76,7 @@ Here is the diff between the modified file.
76
76
77
77
Pass `--dry-run` to the `args` of `clang-format`(can also pass other arg which clang-format supports)
78
78
79
- This just prints instead of changing the format. E.g :
79
+ Then it will just print instead of changing the format. E.g :
80
80
81
81
` ` ` bash
82
82
clang-format.............................................................Failed
@@ -103,7 +103,7 @@ int main() {for (;;) break; printf("Hello world!\n");return 0;}
103
103
^
104
104
` ` `
105
105
106
- # ## chang-tidy
106
+ # ## chang-tidy output
107
107
108
108
` ` ` bash
109
109
clang-tidy...............................................................Failed
You can’t perform that action at this time.
0 commit comments