Skip to content

Commit a4dcb36

Browse files
committed
comments: trailing space.
1 parent 79a4d12 commit a4dcb36

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

lua/compiler/languages/asm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Build and run program", value = "option1" },
88
{ text = "Build program", value = "option2" },

lua/compiler/languages/c.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Build and run program", value = "option1" },
88
{ text = "Build program", value = "option2" },

lua/compiler/languages/cpp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Build and run program", value = "option1" },
88
{ text = "Build program", value = "option2" },

lua/compiler/languages/cs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "build and run program (csc)", value = "option1" },
88
{ text = "build program (csc)", value = "option2" },

lua/compiler/languages/dart.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Run this file (interpreted)", value = "option1" },
88
{ text = "Run program (interpreted)", value = "option2" },

lua/compiler/languages/elixir.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Run this file", value = "option1" },
88
{ text = "Mix run", value = "option2" },

lua/compiler/languages/fortran.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
-- Frontend - options displayed on telescope
5+
-- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Run this file", value = "option1" },
88
{ text = "FPM build and run", value = "option2" },

lua/compiler/languages/fsharp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Build and run program (dotnet)", value = "option1" },
88
{ text = "Build program (dotnet)", value = "option2" },

lua/compiler/languages/go.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Build and run program", value = "option1" },
88
{ text = "Build program", value = "option2" },

lua/compiler/languages/java.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
local M = {}
44

5-
--- Frontend - options displayed on telescope
5+
--- Frontend - options displayed on telescope
66
M.options = {
77
{ text = "Build and run program (class)", value = "option1" },
88
{ text = "Build progrm (class)", value = "option2" },

0 commit comments

Comments
 (0)