Skip to content

Commit a2a36fd

Browse files
committed
Linting
1 parent 250a93d commit a2a36fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

site/profile/manifests/slurm.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,15 @@
291291
'nodes' => $nodes,
292292
'memlimit' => $os_reserved_memory,
293293
'weights' => slurm_compute_weights($nodes),
294-
}),
294+
}
295+
),
295296
}
296-
297297
}
298298

299299
# Slurm accouting. This where is slurm accounting database and daemon is ran.
300300
# @param password Specifies the password to access the MySQL database with user slurm.
301301
# @param dbd_port Specfies the port on which run the slurmdbd daemon.
302-
class profile::slurm::accounting(
302+
class profile::slurm::accounting (
303303
String $password,
304304
Hash[String, Any] $options = {},
305305
Array[String] $admins = [],

0 commit comments

Comments
 (0)