Skip to content

Commit

Permalink
Remove extra semi colon from squangle/mysql_client/Row.cpp
Browse files Browse the repository at this point in the history
Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: dmm-fb

Differential Revision: D51777911

fbshipit-source-id: bcfd46ade9c05669a1cb9afbb7b9e172200f667d
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 2, 2023
1 parent 50bb348 commit 9696662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squangle/mysql_client/Row.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ std::chrono::system_clock::time_point parseDateTime(
break;
default:
break;
};
}

if (!parse_succeeded) {
throw std::range_error("Can't parse date");
Expand Down

0 comments on commit 9696662

Please sign in to comment.