Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 19, 2023
1 parent 7d906be commit 2be17b6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions source/cli/Config/ControlConfig.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#include <filesystem>
#include <iostream>
#include <fstream>

#include "Config.h"
Expand Down
2 changes: 0 additions & 2 deletions source/cli/Config/DeviceConfig.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#include <filesystem>
#include <iostream>
#include <fstream>

#include "Config.h"
Expand Down
2 changes: 1 addition & 1 deletion source/cli/Config/TasksConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class TasksConfig : public Config

public:
inline static const std::filesystem::path local_dir = ".";
inline static const std::filesystem::path config_dir = local_dir / "config" / "tasks";
inline static const std::filesystem::path config_dir = local_dir / "config" / "tasks";

public:
bool parse(const json::value& config_opt) override;
Expand Down

0 comments on commit 2be17b6

Please sign in to comment.