소스 검색

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)