From c61031d6b66674cf57211ff52677c223fe1d17ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 25 Feb 2020 15:45:32 +0100 Subject: [PATCH] Remove modelines for consistency No other files in the repo include this. --- lib/rubygems.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 5f0579bbef..c018492150 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true -# -*- ruby -*- #-- # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. # All rights reserved.