Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronial committed Aug 12, 2017
1 parent 1f2de56 commit 9a37017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snapraid-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ def run():
finish(False)

if config["snapraid"]["touch"]:
logging.info("Running touch...")
snapraid_command("touch")
logging.info("*" * 60)
logging.info("Running touch...")
snapraid_command("touch")
logging.info("*" * 60)

logging.info("Running diff...")
diff_out = snapraid_command("diff", ignore_errors=True)
Expand Down

0 comments on commit 9a37017

Please sign in to comment.