Skip to content

Commit

Permalink
Add missing new line in build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
azymohliad committed Nov 10, 2024
1 parent 3bed77f commit e6c4f37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions watchmate/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ fn main() {
// Optional app ID
Some("io.gitlab.azymohliad.WatchMate"),
// Custom base resource path:
// * defaults to `/com/example/myapp` in this case if not specified explicitly
// * or `/org/relm4` if app ID was not specified either
None::<&str>,
// Directory with custom icons (if any)
None::<&str>,
Expand All @@ -20,4 +18,4 @@ fn main() {
"refresh",
],
);
}
}

0 comments on commit e6c4f37

Please sign in to comment.