From cedb8ce0cdbbd869f5dc2ebc12469c186af6926d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2020 06:39:08 +0000 Subject: [PATCH] Format files using DocumentFormat --- src/Lyra.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lyra.jl b/src/Lyra.jl index ca9d8e0..471dddc 100644 --- a/src/Lyra.jl +++ b/src/Lyra.jl @@ -21,7 +21,7 @@ mutable struct LyraWindow app = Application() end - w = Window(app, main_html_uri, options = Dict("title" => "Lyra")) + w = Window(app, main_html_uri, options=Dict("title" => "Lyra")) new(w) end