builtin/submodule--helper: remove stray new line
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Stefan Beller committed
Aug 15, 2018 at 19:30 UTC
e6b09b184d276a1485953f134baa3bb5f5614c43
1 file changed
-1
builtin/submodule--helper.c
-1
@@ -1024,7 +1024,6 @@ static void sync_submodule_cb(const struct cache_entry *list_item, void *cb_data
1024
{
1025
struct sync_cb *info = cb_data;
1026
sync_submodule(list_item->name, info->prefix, info->flags);
1027
-
1027
}
1028
1029
static int module_sync(int argc, const char **argv, const char *prefix)