mirror of
https://github.com/open-goal/jak-project
synced 2026-08-19 22:12:24 -04:00
lint: formatting
This commit is contained in:
+2
-1
@@ -92,7 +92,8 @@ int main(int argc, char** argv) {
|
||||
} else {
|
||||
ReplStatus status = ReplStatus::WANT_RELOAD;
|
||||
while (status == ReplStatus::WANT_RELOAD) {
|
||||
compiler = std::make_unique<Compiler>(nrepl_port, username, std::make_unique<ReplWrapper>());
|
||||
compiler =
|
||||
std::make_unique<Compiler>(nrepl_port, username, std::make_unique<ReplWrapper>());
|
||||
status = compiler->execute_repl(auto_listen, auto_debug);
|
||||
if (status == ReplStatus::WANT_RELOAD) {
|
||||
fmt::print("Reloading compiler...\n");
|
||||
|
||||
Reference in New Issue
Block a user