We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1183a97 commit 7ee66b5Copy full SHA for 7ee66b5
.editorconfig
@@ -0,0 +1,13 @@
1
+# Editor configuration, see http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+indent_style = space
7
+indent_size = 2
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[*.md]
12
+max_line_length = off
13
+trim_trailing_whitespace = false
src/ligretto_bot_clj/constants.clj
@@ -2,4 +2,4 @@
(def socket-url "https://api.ligretto.app/")
(def api-url "https://core.ligretto.app/api")
-(def game-url "https://ligretto.app/game")
+(def game-url "https://ligretto.app/game")
src/ligretto_bot_clj/utils.clj
@@ -21,4 +21,4 @@
21
(try
22
(Integer/parseInt s)
23
(catch Exception _
24
- nil)))
+ nil)))
0 commit comments