Skip to content

Add a pass of JuliaFormatter to handle line wrapping and other options#3

Merged
mtfishman merged 3 commits into
mainfrom
mf/juliaformatter-pass
Feb 12, 2026
Merged

Add a pass of JuliaFormatter to handle line wrapping and other options#3
mtfishman merged 3 commits into
mainfrom
mf/juliaformatter-pass

Conversation

@mtfishman
Copy link
Copy Markdown
Member

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.30%. Comparing base (8a6804c) to head (38caa16).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   99.29%   99.30%           
=======================================
  Files           1        1           
  Lines         141      143    +2     
=======================================
+ Hits          140      142    +2     
  Misses          1        1           
Flag Coverage Δ
docs 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/ITensorFormatter.jl b/src/ITensorFormatter.jl
index cbc8ab5..4cf4840 100644
--- a/src/ITensorFormatter.jl
+++ b/src/ITensorFormatter.jl
@@ -184,7 +184,7 @@ function print_help()
         io, """
                `ITensorFormatter.main` (typically invoked as `julia -m ITensorFormatter`)
                formats Julia source code using the ITensorFormatter.jl formatter.
-        """,
+                """,
     )
     printstyled(io, "OPTIONS"; bold = true)
     println(io)
@@ -199,7 +199,7 @@ function print_help()
 
                --version
                    Print ITensorFormatter and julia version information.
-        """,
+                """,
     )
     return
 end

@mtfishman mtfishman merged commit ff5d347 into main Feb 12, 2026
12 of 13 checks passed
@mtfishman mtfishman deleted the mf/juliaformatter-pass branch February 12, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant