Skip to content

Commit 73a5a49

Browse files
committed
More consistent spacing in examples
1 parent bda92a1 commit 73a5a49

File tree

1 file changed

+3
-3
lines changed
  • src/main/resources/hudson/plugins/git/GitSCM

1 file changed

+3
-3
lines changed

src/main/resources/hudson/plugins/git/GitSCM/help.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
scm: scmGit(userRemoteConfigs: [
9797
[ credentialsId: 'my-private-key-credential-id',
9898
url: '[email protected]:jenkinsci/git-client-plugin.git' ]
99-
])
99+
])
100100
</pre>
101101
</p>
102102

@@ -111,7 +111,7 @@
111111
checkout changelog: false,
112112
scm: scmGit(userRemoteConfigs: [
113113
[ url: 'https://github.com/jenkinsci/credentials-plugin' ]
114-
])
114+
])
115115
</pre>
116116
</p>
117117

@@ -126,7 +126,7 @@
126126
checkout poll: false,
127127
scm: scmGit(userRemoteConfigs: [
128128
[ url: 'git://git.kernel.org/pub/scm/git/git.git' ]
129-
])
129+
])
130130
</pre>
131131
</p>
132132

0 commit comments

Comments
 (0)