Skip to content

Commit

Permalink
Remove unnecessary semicolon.
Browse files Browse the repository at this point in the history
#codehealth

PiperOrigin-RevId: 698250315
  • Loading branch information
hiroyuki-komatsu committed Nov 20, 2024
1 parent a7e0bb4 commit 8560692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/composer/composer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ TEST_F(ComposerTest, OutputMode) {
composer_->InsertCharacter("i");
composer_->InsertCharacter("u");

;
EXPECT_EQ(composer_->GetStringForPreedit(), "あいう");

composer_->SetOutputMode(transliteration::FULL_ASCII);
Expand Down

0 comments on commit 8560692

Please sign in to comment.