From 1035b3d0ab8adeacaf7cc877037107556ecb2b4c Mon Sep 17 00:00:00 2001 From: csxkdv Date: Tue, 6 Jan 2026 15:11:26 -0300 Subject: [PATCH] Just added a newline to separate boilerplate from start of the code --- src/commands/statement.rb | 1 + src/commands/testing/embed.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/src/commands/statement.rb b/src/commands/statement.rb index 77f19ea..dcc016e 100644 --- a/src/commands/statement.rb +++ b/src/commands/statement.rb @@ -13,6 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . + require 'net/http' require 'uri' require 'json' diff --git a/src/commands/testing/embed.rb b/src/commands/testing/embed.rb index 3e50dbf..c07b079 100644 --- a/src/commands/testing/embed.rb +++ b/src/commands/testing/embed.rb @@ -13,6 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . + require 'securerandom' module Commands