Skip to content

Commit ec5099e

Browse files
committed
book: Reformat
1 parent 5d07ce1 commit ec5099e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/g_object_memory_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ By adding the `move` keyword in front of the closure, `number` will be moved int
8686
#
8787
#const APP_ID: &str = "org.gtk_rs.GObjectMemoryManagement0";
8888
#
89-
// DOES NOT COMPILE!
9089
#fn main() -> glib::ExitCode {
9190
# // Create a new application
9291
# let app = Application::builder().application_id(APP_ID).build();
@@ -108,6 +107,7 @@ By adding the `move` keyword in front of the closure, `number` will be moved int
108107
# .margin_end(12)
109108
# .build();
110109
#
110+
// DOES NOT COMPILE!
111111
// A mutable integer
112112
let mut number = 0;
113113

0 commit comments

Comments
 (0)