diff options
author | Ben Burdette <bburdette@protonmail.com> | 2022-03-16 12:09:47 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@protonmail.com> | 2022-03-16 12:09:47 -0600 |
commit | 88a54108ebcdbeb1432d9afe5363557c25f94cfa (patch) | |
tree | 64e7d248c756f57c629857ebb33b7ee04e5bdce9 /src/libcmd/command.cc | |
parent | 3dfab6e534e0a1cf71c000a4d2a74e050ba576ce (diff) |
formatting
Diffstat (limited to 'src/libcmd/command.cc')
-rw-r--r-- | src/libcmd/command.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/command.cc b/src/libcmd/command.cc index 18aa82577..209c455fc 100644 --- a/src/libcmd/command.cc +++ b/src/libcmd/command.cc @@ -128,7 +128,7 @@ ref<EvalState> EvalCommand::getEvalState() else { auto iter = evalState->debugTraces.begin(); - if (iter != evalState->debugTraces.end()) { + if (iter != evalState->debugTraces.end()) { std::cout << "\n" << "… " << iter->hint.str() << "\n"; if (iter->pos.has_value() && (*iter->pos)) { |