Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
fixed nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurave committed Jan 28, 2014
1 parent 9827338 commit f7c9a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/app/lib/git/commands/commit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Commit {
}
}

commitContent.write('author ${name} <${email} ${dateString}\n');
commitContent.write('author ${name} <${email}> ${dateString}\n');
commitContent.write('committer ${name} <${email}> ${dateString}');
commitContent.write('\n\n${commitMsg}\n');

Expand Down

0 comments on commit f7c9a22

Please sign in to comment.