Skip to content

Commit 3d30a78

Browse files
formatting
1 parent fa53ac6 commit 3d30a78

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Tests/Time/common_tests.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ std::string InfoWarning::func;
3939
std::string InfoWarning::file;
4040

4141
namespace ST_LIB::TestInfoWarning {
42-
bool fail_on_error = false;
43-
int call_count = 0;
42+
bool fail_on_error = false;
43+
int call_count = 0;
4444

45-
void reset() {
46-
fail_on_error = false;
47-
call_count = 0;
48-
}
45+
void reset() {
46+
fail_on_error = false;
47+
call_count = 0;
48+
}
4949

50-
void set_fail_on_error(bool enabled) { fail_on_error = enabled; }
50+
void set_fail_on_error(bool enabled) { fail_on_error = enabled; }
5151
};
5252

5353
void InfoWarning::SetMetaData(int line, const char* func, const char* file) {

0 commit comments

Comments
 (0)