Skip to content

Commit

Permalink
Merge pull request #7 from queryverse/create-pull-request/patch
Browse files Browse the repository at this point in the history
[AUTO] Format files using DocumentFormat
  • Loading branch information
davidanthoff authored Aug 22, 2020
2 parents 4ec38cc + cedb8ce commit 6a3eead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lyra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a3eead

Please sign in to comment.