Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 4eab786

Browse files
committed
Revert accidental formatting check
1 parent 5878dc7 commit 4eab786

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/peloton/peloton.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ int main(int argc, char *argv[]) {
3434

3535
// Print settings
3636
if (peloton::settings::SettingsManager::GetBool(
37-
peloton::settings::SettingId::display_settings)) {auto &settings = peloton::settings::SettingsManager::GetInstance();
37+
peloton::settings::SettingId::display_settings)) {
38+
auto &settings = peloton::settings::SettingsManager::GetInstance();
3839
settings.ShowInfo();
3940
}
4041

0 commit comments

Comments
 (0)