Skip to content

Commit

Permalink
comments: trailing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Jul 16, 2024
1 parent 79a4d12 commit a4dcb36
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lua/compiler/languages/asm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program", value = "option1" },
{ text = "Build program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/c.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program", value = "option1" },
{ text = "Build program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/cpp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program", value = "option1" },
{ text = "Build program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/cs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "build and run program (csc)", value = "option1" },
{ text = "build program (csc)", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/dart.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file (interpreted)", value = "option1" },
{ text = "Run program (interpreted)", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/elixir.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Mix run", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/fortran.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

-- Frontend - options displayed on telescope
-- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "FPM build and run", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/fsharp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program (dotnet)", value = "option1" },
{ text = "Build program (dotnet)", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/go.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program", value = "option1" },
{ text = "Build program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/java.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program (class)", value = "option1" },
{ text = "Build progrm (class)", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/javascript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Run program", value = "option2" }
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/kotlin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program (class)", value = "option1" },
{ text = "Build program (class)", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Run program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/make.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run Makefile", value = "option1" }
}
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/perl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Run program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/python.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file (interpreted)", value = "option1" },
{ text = "Run program (interpreted)", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/r.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Run program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/ruby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Run program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/rust.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

-- Frontend - options displayed on telescope
-- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program", value = "option1" },
{ text = "Build program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/sh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Run solution", value = "option2" }
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/swift.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program", value = "option1" },
{ text = "Build program", value = "option2" },
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/typescript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Run this file", value = "option1" },
{ text = "Run program", value = "option2" }
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/vb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Build and run program (dotnet)", value = "option1" },
{ text = "Build program (dotnet)", value = "option2" }
Expand Down
2 changes: 1 addition & 1 deletion lua/compiler/languages/zig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local M = {}

--- Frontend - options displayed on telescope
--- Frontend - options displayed on telescope
M.options = {
{ text = "Zig build and run program", value = "option1" },
{ text = "Zig build program", value = "option2" }
Expand Down

0 comments on commit a4dcb36

Please sign in to comment.