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/windows-1257-tbl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc/trans/windows-1257-tbl.rb') diff --git a/enc/trans/windows-1257-tbl.rb b/enc/trans/windows-1257-tbl.rb index 9e89b2b0b5..7f15cbbd50 100644 --- a/enc/trans/windows-1257-tbl.rb +++ b/enc/trans/windows-1257-tbl.rb @@ -115,4 +115,4 @@ WINDOWS_1257_TO_UCS_TBL = [ ["9B",0x203A], ["80",0x20AC], ["99",0x2122], -] \ No newline at end of file +] -- cgit v1.2.3