Skip to content

Commit

Permalink
code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jul 29, 2021
1 parent 8ac5640 commit f6ca115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/StorageFactory/interface/LocalFileSystem.h
Expand Up @@ -13,7 +13,7 @@ class LocalFileSystem {

public:
LocalFileSystem(void);

// undefined, no semantics
LocalFileSystem(LocalFileSystem &) = delete;
void operator=(LocalFileSystem &) = delete;
Expand Down

0 comments on commit f6ca115

Please sign in to comment.