Skip to content

Commit

Permalink
Fix formatting (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp authored Jan 13, 2024
1 parent f190d9b commit 4fae7ba
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion demos/Dialogs/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ Adw.StatusPage {
}
}
}

1 change: 0 additions & 1 deletion demos/Drag and Drop/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,3 @@ Adw.StatusPage {
}
}
}

1 change: 0 additions & 1 deletion demos/Drag and Drop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,3 @@ drop_target.connect("drop", (_drop, value, _x, y) => {
// If everything is successful, return true to accept the drop
return true;
});

1 change: 0 additions & 1 deletion demos/HTTP Server/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ Adw.StatusPage {
}
}
}

1 change: 0 additions & 1 deletion demos/HTTP Server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ function stopServer() {
linkbutton.uri = "";
button_server.label = "Start Server";
}

1 change: 0 additions & 1 deletion demos/Preferences Window/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ Adw.NavigationPage subpage {
}
}
}

1 change: 0 additions & 1 deletion demos/Preferences Window/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ toast_button.connect("clicked", () => {

pref_window.add_toast(toast);
});

1 change: 0 additions & 1 deletion demos/View Switcher/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,3 @@ Adw.Window {
}
};
}

0 comments on commit 4fae7ba

Please sign in to comment.