Skip to content

Commit

Permalink
chore: apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Jul 22, 2024
1 parent 6a7d67d commit d555d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/tabnine/binary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function TabnineBinary:start()
"ide-restart-counter=" .. self.restart_counter,
"pluginVersion=" .. consts.plugin_version,
"--tls_config",
"insecure=" .. tostring(config.ignore_certificate_errors)
"insecure=" .. tostring(config.ignore_certificate_errors),
}, optional_args()),
stdio = { self.stdin, self.stdout, self.stderr },
}, function()
Expand Down

0 comments on commit d555d89

Please sign in to comment.