Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
Linter compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
DoomDuck committed May 19, 2020
1 parent b99d88a commit b51217d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/model/mcell/MCellFile.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "MCellFile.h"
#include <model/mcell/MCellFile.h>

MCellFile::MCellFile(QFile *file) : _rule("B3/S23"), _file(file) {
if (!_file->isOpen()) {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/RenderArea.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <model/Rect.h>
#include <model/Universe.h>
#include <ui/RenderArea.h>
#include <ui/UniverseScene.hpp>
#include <ui/UniverseScene.h>
#include <universes/hash/HashUniverse.h>
#include <universes/life/LifeUniverse.h>
#include <utility>
Expand Down

0 comments on commit b51217d

Please sign in to comment.