Skip to content

Commit 2d52d55

Browse files
committed
testsuite: fix invalid tabbing
Problem: There was some invalid tabbing in t/job-manager/plugins/validate.c. Fix it.
1 parent 4a071b4 commit 2d52d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/job-manager/plugins/validate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static int validate (flux_plugin_t *p,
2929
*/
3030
if (flux_plugin_arg_unpack (args, FLUX_PLUGIN_ARG_IN,
3131
"{s:I s:{s:{s:{s:{s:i}}}}}",
32-
"id", &jobid,
32+
"id", &jobid,
3333
"jobspec",
3434
"attributes", "system", "jobtap",
3535
"validate-test-id", &i) < 0)

0 commit comments

Comments
 (0)