Bumped version and added bootstrap docs.
[catagits/Gitalist.git] / lib / Gitalist / Controller / Fragment / Ref.pm
index a2e02e3..0c7b726 100644 (file)
@@ -130,10 +130,10 @@ after file_commit_info => sub {
     my $json_obj = !$commit
                  ? { }
                  : {
-                    sha1    => $commit->sha1,
-                    comment => $c->stash->{short_cmt}->($commit->comment),
-                    age     => $c->stash->{time_since}->($commit->authored_time),
-                };
+                     sha1    => $commit->sha1,
+                     comment => $c->stash->{short_cmt}->($commit->comment),
+                     age     => $c->stash->{time_since}->($commit->authored_time),
+                 };
 
     $c->response->content_type('application/json');
     # XXX Make use of the json branch