From 0075b6f2402d93672020de1870bdab5fe0c55731 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 27 Dec 2022 11:20:29 +1000 Subject: [PATCH] Rakefile: remove unnecessary utf-8 encoding comment --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 69294db30..5a8fbdb50 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,3 @@ -# encoding: utf-8 # Build description. # basic build file for mruby MRUBY_ROOT = File.dirname(File.expand_path(__FILE__))