Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit f8efc63

Browse files
committed
linting
1 parent 362cf1a commit f8efc63

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assets/stylesheets/modules/llms/common/spam.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// assets/stylesheets/common/ai-spam.scss
21
.ai-spam {
32
--chart-scanned-color: var(--success);
43
--chart-spam-color: var(--danger);
@@ -16,7 +15,6 @@
1615

1716
.fk-d-tooltip__trigger {
1817
color: var(--primary-high);
19-
2018
}
2119
}
2220

spec/lib/modules/ai_moderation/spam_scanner_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
end
149149

150150
describe "integration test" do
151-
fab!(:llm_model) { Fabricate(:llm_model) }
151+
fab!(:llm_model)
152152
let(:api_audit_log) { Fabricate(:api_audit_log) }
153153

154154
before { Jobs.run_immediately! }

0 commit comments

Comments
 (0)