Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Szadkowski <michal_szadkowski@epam.com>
  • Loading branch information
mszadkow committed Aug 30, 2024
1 parent 2ba6a99 commit 6a7748a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1/tensorflow/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ var _ = Describe("Test for controller.v1/common", func() {
tfJob: tftestutil.NewTFJobWithCleanupJobDelay(1, 2, 0, nil),
runPolicy: &kubeflowv1.RunPolicy{
TTLSecondsAfterFinished: nil,
Suspend: ptr.To(true),
Suspend: ptr.To(true),
},
jobStatus: kubeflowv1.JobStatus{
CompletionTime: nil,
Expand Down

0 comments on commit 6a7748a

Please sign in to comment.