Format all the memgraph and test source files (#97)

This commit is contained in:
antonio2368
2021-02-18 15:32:43 +01:00
committed by GitHub
parent 435af8b833
commit 3f3c55a4aa
311 changed files with 12810 additions and 22030 deletions

View File

@@ -7,9 +7,7 @@ void bar() { i_will_throw(); }
void foo() { bar(); }
void i_will_throw_stacktrace_exception() {
throw utils::StacktraceException("this is not {}", "ok!");
}
void i_will_throw_stacktrace_exception() { throw utils::StacktraceException("this is not {}", "ok!"); }
void bar_stacktrace() { i_will_throw_stacktrace_exception(); }