From f4481b9515c4dd22efcbe044923caf2ffe532427 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 21 Feb 2025 10:32:16 +0900 Subject: [PATCH] Remove useless shebang in non-executable file [ci skip] --- tool/ruby_vm/models/bare_instructions.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tool/ruby_vm/models/bare_instructions.rb b/tool/ruby_vm/models/bare_instructions.rb index a810d89f3c..f813760cb6 100644 --- a/tool/ruby_vm/models/bare_instructions.rb +++ b/tool/ruby_vm/models/bare_instructions.rb @@ -1,4 +1,3 @@ -#! /your/favourite/path/to/ruby # -*- Ruby -*- # -*- frozen_string_literal: true; -*- # -*- warn_indent: true; -*-