Skip to content

Commit c7f9f9b

Browse files
author
Jens Plüddemann
committed
formatting
1 parent 44a55b6 commit c7f9f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ def startUserSync(config_path, bind, dry_run):
250250
logger.info("Starting user synchronization...")
251251

252252
configuration = config(config_path)
253-
253+
254254
configuration.DRY_RUN = dry_run
255255
if configuration.DRY_RUN:
256256
logger.info("!! DryRun enabled: Changes will not be applied !!")
257-
257+
258258
logger.info("=================================================")
259259

260260
logger.info("Setting up the connection to the Grafana server..")

0 commit comments

Comments
 (0)