Skip to content

Commit d13c2ba

Browse files
Update src/mimeshow.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 744264f commit d13c2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mimeshow.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ end
184184
function _markdown(s::OptSummary)
185185
optimizer_settings = [["Optimizer", "`$(s.optimizer)`"],
186186
["Backend", "`$(s.backend)`"],
187-
]
187+
]
188188

189189
for param in opt_params(Val(s.backend))
190190
push!(optimizer_settings, [string(param), string(getfield(s, param))])

0 commit comments

Comments
 (0)