Skip to content

Commit

Permalink
Merge pull request #8 from fonsp/patch-1
Browse files Browse the repository at this point in the history
Fix #7 : Address typo in print statement
  • Loading branch information
clarkevans authored Feb 8, 2021
2 parents c33b88a + a5e7c95 commit d448dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function attribute_values(xs)
end
print(io, name)
print(io, ": ")
print(attribute_value(value))
print(io, attribute_value(value))
prior = true
end
print(io, ";")
Expand Down

0 comments on commit d448dbc

Please sign in to comment.