preserve multi-line formatting

This commit is contained in:
Peter Guy
2025-12-03 11:15:14 -08:00
parent b119bc6089
commit 55285fee28

View File

@@ -3208,7 +3208,11 @@ pub const Surface = extern struct {
errdefer app.core().deleteSurface(self.rt());
// Initialize our surface configuration.
var config = try apprt.surface.newConfig(app.core(), priv.config.?.get(), priv.context);
var config = try apprt.surface.newConfig(
app.core(),
priv.config.?.get(),
priv.context,
);
defer config.deinit();
// Properties that can impact surface init