Skip to content
代码片段 群组 项目
提交 44df44db 编辑于 作者: Martin Schurz's avatar Martin Schurz
浏览文件

Fix Lint/Void offences

上级 c8dd1f09
No related branches found
No related tags found
无相关合并请求
...@@ -3,5 +3,4 @@ ...@@ -3,5 +3,4 @@
Lint/Void: Lint/Void:
Details: grace period Details: grace period
Exclude: Exclude:
- 'ee/lib/gitlab/llm/ai_message.rb'
- 'spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb' - 'spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb'
...@@ -82,7 +82,7 @@ def slash_command? ...@@ -82,7 +82,7 @@ def slash_command?
end end
def slash_command_prompt? def slash_command_prompt?
false unless slash_command? return false unless slash_command?
command, _ = slash_command_and_input command, _ = slash_command_and_input
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册