Skip to content

Commit

Permalink
chore: clang format [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Apr 21, 2024
1 parent 1f3bf35 commit 0533fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rime/algo/syllabifier.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Corrector;
using SyllableId = int32_t;

struct EdgeProperties : SpellingProperties {
EdgeProperties(SpellingProperties sup) : SpellingProperties(sup){};
EdgeProperties(SpellingProperties sup) : SpellingProperties(sup) {};
EdgeProperties() = default;
bool is_correction = false;
};
Expand Down

0 comments on commit 0533fbc

Please sign in to comment.