Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 23, 2024
1 parent 6d56235 commit 12a081e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ITensorPkgSkeleton.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12a081e

Please sign in to comment.