Skip to content

Commit

Permalink
- coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Nov 28, 2023
1 parent f888475 commit eca5982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion snapper/PluginsImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

namespace snapper
{
using namespace std;
using std::string;


class Filesystem;
Expand Down
1 change: 1 addition & 0 deletions snapper/Snapshot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
namespace snapper
{
using std::list;
using std::regex;


std::ostream& operator<<(std::ostream& s, const Snapshot& snapshot)
Expand Down

0 comments on commit eca5982

Please sign in to comment.