fix up merge conflicts

This commit is contained in:
Mitchell Hashimoto
2025-10-03 07:11:45 -07:00
parent bb98bc744d
commit 569fe92389

View File

@@ -1009,7 +1009,7 @@ pub fn handleMessage(self: *Surface, msg: Message) !void {
self.command_timer = null;
const duration: Duration = .{ .duration = end.since(start) };
log.debug("command took {}", .{duration});
log.debug("command took {f}", .{duration});
_ = self.rt_app.performAction(
.{ .surface = self },