mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
virtual ~Task() = default;
|
||||
virtual void perform(const ProgressCallback& onProgress) = 0;
|
||||
virtual std::string description() = 0;
|
||||
|
||||
|
||||
static std::unique_ptr<Task> createFromDictionary(
|
||||
const ghoul::Dictionary& dictionary
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user