Skip to content

Commit 6317ab1

Browse files
committed
whitespace
1 parent 679630f commit 6317ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slurmmanager.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ClusterManager for a Slurm allocation
44
Represents the resources available within a slurm allocation created by salloc/sbatch.
55
The environment variables `SLURM_JOBID` and `SLURM_NTASKS` must be defined to construct this object.
66
"""
7-
struct SlurmManager <: ClusterManager
7+
struct SlurmManager <: ClusterManager
88
jobid::Int
99
ntasks::Int
1010
verbose::Bool

0 commit comments

Comments
 (0)