Skip to content

Commit d368f16

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent e77fe65 commit d368f16

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

lib/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ function is_card_big(joker)
563563
end
564564

565565
--Utility function to check things without erroring
566-
---@param t table
566+
---@param t table
567567
---@param ... any
568568
---@return table|false
569569
function safe_get(t, ...)

localization/id.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ return {
30833083
k_disable_music = "Disable Music",
30843084

30853085
k_cry_epic = "Epic",
3086-
k_cry_exotic ="Exotic",
3086+
k_cry_exotic = "Exotic",
30873087

30883088
cry_notif_jimball_1 = "Jimball",
30893089
cry_notif_jimball_2 = "Copyright Notice",
@@ -3113,7 +3113,7 @@ return {
31133113
cry_oversat = "Oversaturated",
31143114

31153115
k_cry_epic = "Epic",
3116-
k_cry_exotic ="Exotic",
3116+
k_cry_exotic = "Exotic",
31173117
},
31183118
rnj_loc_txts = {
31193119
stats = {

localization/ja.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ return {
30833083
k_disable_music = "Disable Music",
30843084

30853085
k_cry_epic = "Epic",
3086-
k_cry_exotic ="Exotic",
3086+
k_cry_exotic = "Exotic",
30873087

30883088
cry_notif_jimball_1 = "Jimball",
30893089
cry_notif_jimball_2 = "Copyright Notice",
@@ -3113,7 +3113,7 @@ return {
31133113
cry_oversat = "Oversaturated",
31143114

31153115
k_cry_epic = "Epic",
3116-
k_cry_exotic ="Exotic",
3116+
k_cry_exotic = "Exotic",
31173117
},
31183118
rnj_loc_txts = {
31193119
stats = {

localization/ko.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ return {
30833083
k_disable_music = "Disable Music",
30843084

30853085
k_cry_epic = "Epic",
3086-
k_cry_exotic ="Exotic",
3086+
k_cry_exotic = "Exotic",
30873087

30883088
cry_notif_jimball_1 = "Jimball",
30893089
cry_notif_jimball_2 = "Copyright Notice",
@@ -3113,7 +3113,7 @@ return {
31133113
cry_oversat = "Oversaturated",
31143114

31153115
k_cry_epic = "Epic",
3116-
k_cry_exotic ="Exotic",
3116+
k_cry_exotic = "Exotic",
31173117
},
31183118
rnj_loc_txts = {
31193119
stats = {

localization/pt_BR.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ return {
30833083
k_disable_music = "Disable Music",
30843084

30853085
k_cry_epic = "Epic",
3086-
k_cry_exotic ="Exotic",
3086+
k_cry_exotic = "Exotic",
30873087

30883088
cry_notif_jimball_1 = "Jimball",
30893089
cry_notif_jimball_2 = "Copyright Notice",
@@ -3113,7 +3113,7 @@ return {
31133113
cry_oversat = "Oversaturated",
31143114

31153115
k_cry_epic = "Epic",
3116-
k_cry_exotic ="Exotic",
3116+
k_cry_exotic = "Exotic",
31173117
},
31183118
rnj_loc_txts = {
31193119
stats = {

localization/ru.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3114,7 +3114,7 @@ return {
31143114
cry_inactive = "Inactive",
31153115

31163116
k_cry_epic = "Epic",
3117-
k_cry_exotic ="Exotic",
3117+
k_cry_exotic = "Exotic",
31183118
},
31193119
labels = {
31203120
food_jokers = "Food Jokers",
@@ -3138,7 +3138,7 @@ return {
31383138
cry_oversat = "Oversaturated",
31393139

31403140
k_cry_epic = "Epic",
3141-
k_cry_exotic ="Exotic",
3141+
k_cry_exotic = "Exotic",
31423142
},
31433143
rnj_loc_txts = {
31443144
stats = {

localization/zh_TW.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ return {
30833083
k_disable_music = "Disable Music",
30843084

30853085
k_cry_epic = "Epic",
3086-
k_cry_exotic ="Exotic",
3086+
k_cry_exotic = "Exotic",
30873087

30883088
cry_notif_jimball_1 = "Jimball",
30893089
cry_notif_jimball_2 = "Copyright Notice",
@@ -3113,7 +3113,7 @@ return {
31133113
cry_oversat = "Oversaturated",
31143114

31153115
k_cry_epic = "Epic",
3116-
k_cry_exotic ="Exotic",
3116+
k_cry_exotic = "Exotic",
31173117
},
31183118
rnj_loc_txts = {
31193119
stats = {

0 commit comments

Comments
 (0)