Skip to content

Commit e60c214

Browse files
committed
style: fix format
1 parent eeebcf1 commit e60c214

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/model_parsing.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ resistor = getproperty(rc, :resistor; namespace = false)
165165

166166
@test get_gui_metadata(rc.resistor).layout == Resistor.structure[:icon] ==
167167
read(joinpath(ENV["MTK_ICONS_DIR"], "resistor.svg"), String)
168-
@test get_gui_metadata(rc.ground).layout == read(abspath(ENV["MTK_ICONS_DIR"], "ground.svg"), String)
168+
@test get_gui_metadata(rc.ground).layout ==
169+
read(abspath(ENV["MTK_ICONS_DIR"], "ground.svg"), String)
169170
@test get_gui_metadata(rc.capacitor).layout ==
170171
URI("https://upload.wikimedia.org/wikipedia/commons/7/78/Capacitor_symbol.svg")
171172
@test OnePort.structure[:icon] ==

0 commit comments

Comments
 (0)