浏览代码

fix(just): Remove newline after doc comment of `regen` recipe

Hendrik Wolff 1 年之前
父节点
当前提交
2190b1b43d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      justfile

+ 0 - 1
justfile

@@ -315,7 +315,6 @@ gen_test_dir:
     nix build -L ./#trycmd
 
 # Fully re-generates the integration tests using powertest
-
 [group('testing')]
 @regen:
     which powertest >&- 2>&- || (echo -e "Powertest not installed. Please Clone the repo and run:\n\tcargo install --path . --locked" && exit 1)