瀏覽代碼

fixed indentation

Siddharth Dushantha 5 年之前
父節點
當前提交
a67c6058c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -195,7 +195,7 @@ list_emails() {
 
         ID=$(echo "$MAIL_DATA" | jq -r ".id")
         FROM=$(echo "$MAIL_DATA" | jq -r ".from")
-    SUBJECT=$(echo "$MAIL_DATA" | jq -r ".subject")
+        SUBJECT=$(echo "$MAIL_DATA" | jq -r ".subject")
 
         # The '||' are used as a divideder for 'column'. 'column' will use this divider as
         # a point of reference to create the division. By default 'column' uses a blank space