From 80b3e9e2ce39d010a6000fd7c5b6e3ec21c3ca64 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 12 Feb 2023 16:02:43 +0800 Subject: [PATCH] InputHandler // Clang-format. --- Source/Modules/InputHandler_HandleComposition.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/InputHandler_HandleComposition.swift b/Source/Modules/InputHandler_HandleComposition.swift index 90215c7a..9bf50818 100644 --- a/Source/Modules/InputHandler_HandleComposition.swift +++ b/Source/Modules/InputHandler_HandleComposition.swift @@ -340,7 +340,7 @@ extension InputHandler { }() guard var char = "\(strCodePointBuffer)\(input.text)" - .parsedAsHexLiteral(encoding: encoding)?.first?.description + .parsedAsHexLiteral(encoding: encoding)?.first?.description else { delegate.callError("D220B880:輸入的字碼沒有對應的字元。") var updatedState = IMEState.ofAbortion()