apache-mynewt-bot removed a comment on issue #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201#issuecomment-590337594 <!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### encoding/base62/selftest/src/encoding_test.c <details> ```diff @@ -25,8 +25,7 @@ TEST_CASE_DECL(base62_encoding) TEST_CASE_DECL(base62_errors) -TEST_SUITE(base62_test_suite) -{ +TEST_SUITE(base62_test_suite) { base62_invalid_args(); base62_encoding(); base62_errors(); ``` </details> #### encoding/base62/src/base62.c <details> ```diff @@ -28,7 +28,7 @@ /** * Function to convert symbol from encoded text to it's ordinal number. -*/ + */ typedef int decode_symbol_t(uint8_t digit_symbol); static int ``` </details>
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
