Skip to content

Commit

Permalink
remove empty line from forc.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Aug 14, 2023
1 parent 931000c commit e7c0b6d
Show file tree
Hide file tree
Showing 83 changed files with 0 additions and 83 deletions.
1 change: 0 additions & 1 deletion apps/demo-typegen/contract/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "demo-contract"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/counter/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "counter"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/echo-configurables/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "echo-configurables"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ license = "Apache-2.0"
name = "echo-employee-data-vector"

[dependencies]

employee-data = { path = "../employee-data" }
1 change: 0 additions & 1 deletion apps/docs-snippets/projects/echo-enum/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "echo-enum"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/echo-evm-address/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "echo-evm-address"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/echo-u64-array/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "echo-u64-array"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/echo-values/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ name = "echo-values"

[dependencies]


1 change: 0 additions & 1 deletion apps/docs-snippets/projects/employee-data/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "employee-data"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/log-values/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "log-values"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/return-context/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "return-context"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "return-true-predicate"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "script-transfer-to-contract"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/simple-predicate/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "simple-predicate"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/simple-token-abi/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "simple_token_abi"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/simple-token/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ license = "Apache-2.0"
name = "simple-token"

[dependencies]

simple_token_abi = { path = "../simple-token-abi" }
1 change: 0 additions & 1 deletion apps/docs-snippets/projects/sum-option-u8/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "sum-option-u8"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/sum-script/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "sum-script"

[dependencies]

1 change: 0 additions & 1 deletion apps/docs-snippets/projects/token-depositor/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ license = "Apache-2.0"
name = "token-depositor"

[dependencies]

simple_token_abi = { path = "../simple-token-abi"}
1 change: 0 additions & 1 deletion apps/docs-snippets/projects/transfer-to-address/Forc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "transfer-to-address"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "whitelisted-address-predicate"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "exhaustive-examples"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "array-of-enums"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "array-with-generics"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "enum-of-enums"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "enum-of-structs"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "enum-simple-native"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "enum-simple"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "evm-address"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "fn-void"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "full"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "minimal-with-configurable"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "minimal"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "option-simple"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "predicate-with-configurable"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "predicate"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "script-with-configurable"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "script"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "struct-nested"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "struct-simple"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "struct-with-array"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "tuple-simple"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "vector-simple"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "advanced-logging-other-contract-abi"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ license = "Apache-2.0"
name = "advanced-logging-other-contract"

[dependencies]

advanced-logging-other-contract-abi = { path = "../advanced-logging-other-contract-abi" }
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ license = "Apache-2.0"
name = "advanced-logging"

[dependencies]

advanced-logging-other-contract-abi = { path = "../advanced-logging-other-contract-abi" }
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "auth_testing_abi"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ license = "Apache-2.0"
name = "auth_testing_contract"

[dependencies]

auth_testing_abi = { path = "../auth_testing_abi" }
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "call-test"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "collision_in_fn_names"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "configurable-contract"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "coverage-contract"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ license = "Apache-2.0"
name = "custom_errors"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "generic-types-contract"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "liquidity-pool"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "multi-token-contract"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "payable-annotation"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-address"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-false"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-main-args-struct"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-main-args-vector"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-multi-args"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-struct"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-triple-sig"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-true"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-u32"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-vector-types"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "predicate-with-configurable"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ license = "Apache-2.0"
name = "revert-error"

[dependencies]

custom_errors = { path = "../custom_errors" }
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-main-args"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-main-return-struct"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-main-two-args"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-with-array"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-with-configurable"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-with-vector-advanced"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-with-vector-mixed"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "script-with-vector"

[dependencies]

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ license = "Apache-2.0"
name = "storage-test"

[dependencies]

Loading

0 comments on commit e7c0b6d

Please sign in to comment.