Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Nov 21, 2023
1 parent 9b0ad6c commit 72311bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_structures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function MITprofStandard(fil::String)
)
end

function Base.show(io::IO, mp::MITprofStandard) where {T}
function Base.show(io::IO, mp::MITprofStandard)

Check warning on line 109 in src/data_structures.jl

View check run for this annotation

Codecov / codecov/patch

src/data_structures.jl#L109

Added line #L109 was not covered by tests
printstyled(io, "File name is ",color=:normal)
printstyled(io, "$(basename(mp.filename)) \n",color=:blue)
printstyled(io, "List of variables : \n",color=:normal)
Expand Down

0 comments on commit 72311bf

Please sign in to comment.