📝 Remove extra newline

This commit is contained in:
Kevin Sawicki
2013-10-08 09:27:23 -07:00
parent 250af9191a
commit 43d5c3f66d

View File

@@ -257,7 +257,6 @@ class Git
# Public: Gets all the local and remote references.
#
#
# Returns an object with three keys: `heads`, `remotes`, and `tags`. Each key
# can be an array of strings containing the reference names.
getReferences: -> @getRepo().getReferences()