Skip to content

Commit 1e6b746

Browse files
committed
Trailing spaces
1 parent 1f672d8 commit 1e6b746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/docker/workflow/RegistryEndpointStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public static class Execution extends AbstractEndpointStepExecution {
146146
}
147147
return ud;
148148
}
149-
149+
150150
@SuppressWarnings("unchecked")
151151
@Override public Set<? extends Class<?>> getRequiredContext() {
152152
return ImmutableSet.of(TaskListener.class, EnvVars.class, Node.class, Run.class, FilePath.class, Launcher.class);

0 commit comments

Comments
 (0)