From f480dc9dd2217bf9987d52388054f924e56363bb Mon Sep 17 00:00:00 2001 From: osc-bot <78549874+osc-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:38:45 -0500 Subject: [PATCH] lint a random file (#3982) --- apps/dashboard/app/models/motd_formatter/base_formatter.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dashboard/app/models/motd_formatter/base_formatter.rb b/apps/dashboard/app/models/motd_formatter/base_formatter.rb index eac0dbb6bf..291badc026 100644 --- a/apps/dashboard/app/models/motd_formatter/base_formatter.rb +++ b/apps/dashboard/app/models/motd_formatter/base_formatter.rb @@ -1,5 +1,6 @@ +# frozen_string_literal: true + module MotdFormatter - class BaseFormatter include ActionView::Helpers::SanitizeHelper