Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
annacrombie committed Feb 3, 2025
1 parent 84c71d9 commit 19bb2dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions doc/book/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ custom_target(
)

foreach ext : ['svg', 'png']
fs.copyfile(
'../website/muon_logo.svg',
'favicon.@0@'.format(ext)
)
fs.copyfile('../website/muon_logo.svg', 'favicon.@0@'.format(ext))
endforeach

0 comments on commit 19bb2dc

Please sign in to comment.