summary refs log tree commit diff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/context.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/context.zig b/examples/context.zig
index 3abd992..cd2e495 100644
--- a/examples/context.zig
+++ b/examples/context.zig
@@ -37,5 +37,4 @@ pub fn main() gf.Error!void {
         try window.swapBuffers();
         try gf.pollEvents();
     }
-
 }