Skip to content

Commit daf3f0b

Browse files
Evangelinkarturcic
authored andcommitted
Fix more alignment
1 parent 437b5ab commit daf3f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitTools.Testing/Fixtures/SequenceDiagram.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public void Participant(string participant, string @as = null)
5151
/// <summary>
5252
/// Appends a note over one or many participants to the sequence diagram
5353
/// </summary>
54-
public void NoteOver(string noteText, string startParticipant, string endParticipant = null, string prefix = null, string color = null) => this.diagramBuilder.AppendLineFormat(
54+
public void NoteOver(string noteText, string startParticipant, string endParticipant = null, string prefix = null, string color = null) =>
55+
this.diagramBuilder.AppendLineFormat(
5556
prefix + @"note over {0}{1}{2}
5657
{3}
5758
end note",

0 commit comments

Comments
 (0)