File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ func TestCommitDecodingWithEmptyName(t *testing.T) {
119119}
120120
121121func TestCommitDecodingWithLargeCommitMessage (t * testing.T ) {
122- message := "This message text is, with newline, exactly 64 characters long. " ;
122+ message := "This message text is, with newline, exactly 64 characters long. "
123123 // This message will be exactly 1 MiB in size when part of the commit.
124- longMessage := strings .Repeat (message , (1024 * 1024 / 64 ) - 1 )
125- longMessage += strings .TrimSpace (message );
124+ longMessage := strings .Repeat (message , (1024 * 1024 / 64 )- 1 )
125+ longMessage += strings .TrimSpace (message )
126126
127127 author := & Signature {Name : "" , Email : "john@example.com" , When : time .Now ()}
128128 committer := & Signature {Name : "" , Email : "jane@example.com" , When : time .Now ()}
You can’t perform that action at this time.
0 commit comments