From 556f3ff6ccb9fa4b193d91216f85e8ade33b4383 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sat, 17 May 2025 12:51:18 -0600 Subject: Tidy some whitespace --- lib9p/core_gen/h.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib9p/core_gen/h.py') diff --git a/lib9p/core_gen/h.py b/lib9p/core_gen/h.py index acf8415..c7c832b 100644 --- a/lib9p/core_gen/h.py +++ b/lib9p/core_gen/h.py @@ -162,7 +162,6 @@ def gen_h(versions: set[str], typs: list[idl.UserType]) -> str: #ifndef _LIB9P_CORE_H_ \t#error Do not include directly; include instead #endif - """ id2typ: dict[int, idl.Message] = {} for msg in [msg for msg in typs if isinstance(msg, idl.Message)]: -- cgit v1.2.3-2-g168b