Browse Source

Remove extra space

Alois Mahdal 6 years ago
parent
commit
e58dd3c5ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/jat.sh.skel

+ 1
- 1
src/jat.sh.skel View File

@@ -1167,7 +1167,7 @@ __jat__show_pend() {
1167 1167
         0:0:*:0) pverd=".$__JAT__SWORD_PASS"     ;;
1168 1168
         0:0:*:*) pverd=".$__JAT__SWORD_FAIL"     ;;
1169 1169
         0:*:*:*) pverd=".$__JAT__SWORD_TWARNING" ;;
1170
-        *:*:*:*) pverd=".$__JAT__SWORD_TERROR  " ;;
1170
+        *:*:*:*) pverd=".$__JAT__SWORD_TERROR"   ;;
1171 1171
     esac
1172 1172
     __jat__show \
1173 1173
         "$__JAT__SWORD_PHASE.$__JAT__SWORD_END$pverd$pnhint" \