From 8c0101ef515f2edcae977dc32cd36d125bdd33bc Mon Sep 17 00:00:00 2001 From: osc-bot Date: Wed, 19 Feb 2025 02:41:25 +0000 Subject: [PATCH] lint a random file --- apps/myjobs/db/migrate/20160316143140_add_host_to_template.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/myjobs/db/migrate/20160316143140_add_host_to_template.rb b/apps/myjobs/db/migrate/20160316143140_add_host_to_template.rb index d4335cee8a..9818f70bb0 100644 --- a/apps/myjobs/db/migrate/20160316143140_add_host_to_template.rb +++ b/apps/myjobs/db/migrate/20160316143140_add_host_to_template.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class AddHostToTemplate < ActiveRecord::Migration[4.2] def change add_column :templates, :host, :string