prepare for rust pkg tests #317
Annotations
2 warnings and 2 notices
src/demo.cpp:11:13 [readability-braces-around-statements]:
src/demo.cpp#L11
statement should be inside braces
|
src/demo.hpp:10:11 [modernize-use-trailing-return-type]:
src/demo.hpp#L10
use a trailing return type for this function
|
Run clang-format on src/demo.cpp:
src/demo.cpp#L1
File src/demo.cpp does not conform to Custom style guidelines. (lines 11)
|
Run clang-format on src/demo.hpp:
src/demo.hpp#L1
File src/demo.hpp does not conform to Custom style guidelines. (lines 10)
|