-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16130 from MinaProtocol/dw/reformat-dune-files-sr…
…c-app-develop [develop] format: run `dune fmt` in src/app
- Loading branch information
Showing
50 changed files
with
1,737 additions
and
1,524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,34 @@ | ||
(executable | ||
(name batch_txn_tool) | ||
(libraries | ||
;; opam libraries | ||
async.async_command | ||
integers | ||
base | ||
uri | ||
core_kernel | ||
core | ||
async | ||
async_kernel | ||
yojson | ||
async_unix | ||
;; local libraries | ||
currency | ||
mina_base.import | ||
graphql_lib | ||
signature_lib | ||
mina_base | ||
secrets | ||
mina_numbers | ||
snark_params | ||
unsigned_extended | ||
mina_compile_config | ||
mina_wire_types | ||
integration_test_lib | ||
logger | ||
bounded_types | ||
) | ||
(instrumentation (backend bisect_ppx)) | ||
;; opam libraries | ||
async.async_command | ||
integers | ||
base | ||
uri | ||
core_kernel | ||
core | ||
async | ||
async_kernel | ||
yojson | ||
async_unix | ||
;; local libraries | ||
currency | ||
mina_base.import | ||
graphql_lib | ||
signature_lib | ||
mina_base | ||
secrets | ||
mina_numbers | ||
snark_params | ||
unsigned_extended | ||
mina_compile_config | ||
mina_wire_types | ||
integration_test_lib | ||
logger | ||
bounded_types) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(preprocessor_deps ../../../graphql_schema.json) | ||
(preprocess (pps | ||
ppx_version | ||
ppx_let | ||
ppx_mina | ||
))) | ||
(preprocess | ||
(pps ppx_version ppx_let ppx_mina))) |
Oops, something went wrong.