diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-10 05:09:28 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2020-07-10 05:09:28 +0900 |
commit | 1b03cb958212a816b4224ac7d170745caa2d615f (patch) | |
tree | 902b81aadcb63d639b6ca842a083b57c8fd77bc8 /qkbox/toot.scm | |
parent | 85382f4cef6c00d8c6e423a72fddcff0b3f47096 (diff) |
qkbox: toot: Fix style.
Diffstat (limited to 'qkbox/toot.scm')
-rw-r--r-- | qkbox/toot.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qkbox/toot.scm b/qkbox/toot.scm index ab55863..e35d027 100644 --- a/qkbox/toot.scm +++ b/qkbox/toot.scm @@ -100,7 +100,7 @@ (make-status reblog/json)))) (define (status-content status) - (assoc-ref (status-json status) "content") ) + (assoc-ref (status-json status) "content")) (define (status-visibility status) (assoc-ref (status-json status) "visibility")) |