ReceiveCommits: Fix comment formatting

Change-Id: I9fd3b2c61dce7575f0bc13fef25b847c9d42c857
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2018-01-04 13:12:35 +01:00
parent c9b0dd4d16
commit d552e38b48

View File

@@ -2954,7 +2954,7 @@ class ReceiveCommits {
try {
r.put(cd.change().getKey(), cd.notes());
} catch (NoSuchChangeException e) {
//Ignore deleted change
// Ignore deleted change
}
}
return r;