Skip to content

Commit 370af5b

Browse files
authored
Fix spacing.
1 parent 5201449 commit 370af5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batchspawner/batchspawner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class SlurmSpawner(UserEnvMixin,BatchSpawnerRegexStates):
513513
help="QoS name to submit job to resource manager"
514514
).tag(config=True)
515515

516-
req_reservation = Unicode('', \
516+
req_reservation = Unicode('', \
517517
help="Reservation name to submit to resource manager"
518518
).tag(config=True)
519519

0 commit comments

Comments
 (0)