From 6bcc6dafe1210c86a9ce8c8393cd1c1704354c30 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Sun, 29 Jul 2012 16:32:52 -0300 Subject: [PATCH] two spaces for indentation --- plugins/autojump/j.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autojump/j.fish b/plugins/autojump/j.fish index dc3132c..006cd74 100644 --- a/plugins/autojump/j.fish +++ b/plugins/autojump/j.fish @@ -1,3 +1,3 @@ function j - cd (command autojump $argv) + cd (command autojump $argv) end