From 79fb02ce791c778c2b828bc8b340701a96b3d37b Mon Sep 17 00:00:00 2001 From: osc-bot Date: Sun, 1 Dec 2024 03:08:55 +0000 Subject: [PATCH] lint a random file --- 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