Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 9, 2024
1 parent a49a6ef commit 7df7c23
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/atom/system/gpio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class GPIO {
};
} // namespace atom::system

#endif // ATOM_SYSTEM_GPIO_HPP
#endif // ATOM_SYSTEM_GPIO_HPP
2 changes: 1 addition & 1 deletion src/device/basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ inline void from_json(const nlohmann::json& jsonObj,
jsonObj.at("selectedGroup").get_to(driversList.selectedGroup);
}

#endif
#endif
2 changes: 1 addition & 1 deletion src/server/middleware/indi_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1216,4 +1216,4 @@ void switchOutPutPower(int id) {
"OutPutPowerStatus:{}:{}"_fmt(id, newValue));
}
}
} // namespace lithium::middleware
} // namespace lithium::middleware
2 changes: 1 addition & 1 deletion src/server/middleware/indi_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ void getGPIOsStatus();
void switchOutPutPower(int id);
} // namespace lithium::middleware

#endif
#endif
2 changes: 1 addition & 1 deletion src/target/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ std::vector<StarObject> SearchEngine::getRankedResults(
return Impl::getRankedResultsStatic(results);
}

} // namespace lithium::target
} // namespace lithium::target
2 changes: 1 addition & 1 deletion src/target/engine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ class SearchEngine {

} // namespace lithium::target

#endif
#endif
2 changes: 1 addition & 1 deletion tests/target/reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ TEST(DictReaderTest, DetectDialect) {
ASSERT_EQ(row["City"], "Los Angeles");

ASSERT_FALSE(reader.next(row));
}
}

0 comments on commit 7df7c23

Please sign in to comment.