Skip to content

Commit

Permalink
Remove useless trailing white space
Browse files Browse the repository at this point in the history
Pipeline example in test does not need
trailing white space
  • Loading branch information
MarkEWaite authored Sep 12, 2020
1 parent be5485d commit 9b36b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/jenkins/plugins/git/GitToolChooserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ private void failAProject(GitSampleRepoRule sampleRepo) throws Exception {
WorkflowJob p = jenkins.jenkins.createProject(WorkflowJob.class, "intentionally-failing-job-without-remote-config");
p.setDefinition(new CpsFlowDefinition("node {\n"
+ " checkout(\n"
+ " [$class: 'GitSCM'] \n"
+ " [$class: 'GitSCM']\n"
+ " )\n"
+ "}", true));
WorkflowRun b = jenkins.assertBuildStatus(hudson.model.Result.FAILURE, p.scheduleBuild2(0));
Expand Down

0 comments on commit 9b36b09

Please sign in to comment.