Skip to content

Commit

Permalink
Merge pull request openSUSE#854 from aschnell/master
Browse files Browse the repository at this point in the history
- coding style
  • Loading branch information
aschnell authored Nov 28, 2023
2 parents 8d5aa6e + eca5982 commit 32f505f
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 32f505f

Please sign in to comment.