From dd0b40171662eaba469080b487153a1cb0c99fea Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 6 Jan 2023 12:11:35 +0900 Subject: Ensure newline at EOF [ci skip] Cf. https://github.com/ruby/ruby/pull/7069 --- enc/trans/koi8-u-tbl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/trans/koi8-u-tbl.rb') diff --git a/enc/trans/koi8-u-tbl.rb b/enc/trans/koi8-u-tbl.rb index e87aa1aa3f..225931ba5e 100644 --- a/enc/trans/koi8-u-tbl.rb +++ b/enc/trans/koi8-u-tbl.rb @@ -127,4 +127,4 @@ KOI8_U_TO_UCS_TBL = [ ["91",0x2592], ["92",0x2593], ["94",0x25A0], -] \ No newline at end of file +] -- cgit v1.2.3