Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrietS committed Jan 28, 2025
1 parent 53238db commit d493a3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DurationValidator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class DurationValidator : public wxGenericValidator
wxString durationString;
Duration& duration;
};
}
} // namespace another_day
1 change: 0 additions & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ MainWindow::MainWindow(Settings& settings)
sessionStartTime = std::chrono::steady_clock::now();
workStartTime = std::chrono::steady_clock::now();


UpdateBars();
}

Expand Down
2 changes: 1 addition & 1 deletion src/SettingsWindow.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "pch.hpp"

#include "SettingsWindow.hpp"
#include "DurationValidator.hpp"
#include "SettingsWindow.hpp"

namespace another_day
{
Expand Down

0 comments on commit d493a3f

Please sign in to comment.