From 43d5c3f66d73b81c58bdcfbb8b7d0360c5edd2d2 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 8 Oct 2013 09:27:23 -0700 Subject: [PATCH] :memo: Remove extra newline --- src/git.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git.coffee b/src/git.coffee index 8d8d45559..02afecec4 100644 --- a/src/git.coffee +++ b/src/git.coffee @@ -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()