mirror of
https://github.com/ostreedev/ostree.git
synced 2025-08-24 09:49:23 +03:00
lib/repo-refs: Remove misleading newline
This commit is contained in:
@ -396,7 +396,6 @@ _ostree_repo_resolve_rev_internal (OstreeRepo *self,
|
|||||||
{
|
{
|
||||||
ret_rev = g_strdup (refspec);
|
ret_rev = g_strdup (refspec);
|
||||||
}
|
}
|
||||||
|
|
||||||
else if (!ostree_repo_resolve_partial_checksum (self, refspec, &ret_rev, error))
|
else if (!ostree_repo_resolve_partial_checksum (self, refspec, &ret_rev, error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user