Skip to content

Commit

Permalink
chore: taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Sep 11, 2024
1 parent 96d40e0 commit 3854434
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion cairo-contracts/packages/apps/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ repository = { workspace = true }
license = { workspace = true }
Readme = { workspace = true }
keywords = { workspace = true }
description = """

description = """
Provides the implementation of IBC applications for Starknet.
"""

Expand Down
3 changes: 2 additions & 1 deletion cairo-contracts/packages/clients/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ repository = { workspace = true }
license = { workspace = true }
Readme = { workspace = true }
keywords = { workspace = true }
description = """

description = """
Provides the implementation of IBC clients for Starknet.
"""

Expand Down
5 changes: 3 additions & 2 deletions cairo-contracts/packages/contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ repository = { workspace = true }
license = { workspace = true }
Readme = { workspace = true }
keywords = { workspace = true }
description = """

description = """
A set of IBC Cairo contracts that integrate IBC protocol with Starknet.
"""

Expand All @@ -33,4 +34,4 @@ fmt = { workspace = true }
[[target.starknet-contract]]
allowed-libfuncs-list.name = "experimental"
sierra = true
casm = false
casm = false
1 change: 1 addition & 0 deletions cairo-contracts/packages/core/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = { workspace = true }
license = { workspace = true }
Readme = { workspace = true }
keywords = { workspace = true }

description = """
Provides the implementation of IBC core components for Starknet.
"""
Expand Down
3 changes: 2 additions & 1 deletion cairo-contracts/packages/utils/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ repository = { workspace = true }
license = { workspace = true }
Readme = { workspace = true }
keywords = { workspace = true }
description = """

description = """
Provides a set of utility components used for integrating IBC protocol with Starknet.
"""

Expand Down

0 comments on commit 3854434

Please sign in to comment.