diff --git a/src/ITensorPkgSkeleton.jl b/src/ITensorPkgSkeleton.jl index e17f472..d4dcaa1 100644 --- a/src/ITensorPkgSkeleton.jl +++ b/src/ITensorPkgSkeleton.jl @@ -95,7 +95,8 @@ function set_default_template_path(template) end function is_git_repo(path) - return try LibGit2.GitRepo(path) + return try + LibGit2.GitRepo(path) return true catch return false