Skip to content

Commit ffaa161

Browse files
thimmy687RussKie
andauthored
Update src/GitExtensions.GerritPlugin/FormGitReview.cs
Co-authored-by: Igor Velikorossov <[email protected]>
1 parent 5f0f84b commit ffaa161

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/GitExtensions.GerritPlugin/FormGitReview.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ public sealed partial class FormGitReview : GitExtensionsForm, IGitUICommandsSou
2828

2929
private readonly TranslationString _description = new TranslationString(@$"Example configuration
3030
31-
[gerrit]
32-
host=review.example.com
33-
port=29418
34-
project=department/project.git
35-
defaultbranch=master
36-
defaultremote=review
37-
defaultrebase=0");
31+
[gerrit]
32+
host=review.example.com
33+
port=29418
34+
project=department/project.git
35+
defaultbranch=master
36+
defaultremote=review
37+
defaultrebase=0");
3838

3939
private string _originalGitReviewFileContent = string.Empty;
4040
private IGitModule Module => UICommands.GitModule;

0 commit comments

Comments
 (0)