fix: weird extra space above definitions

This commit is contained in:
rvcas
2022-11-05 15:42:53 -04:00
parent 4cad053e15
commit 14724f924c
6 changed files with 4 additions and 24 deletions

View File

@@ -1,5 +1 @@
pub type ScriptContext { thing: String }

View File

@@ -1,7 +1,3 @@
pub type ScriptContext(purpose) { tx_info: TxInfo, script_purpose: purpose }
pub type TxInfo { idk: Int }

View File

@@ -1,10 +1,6 @@
use sample/context
pub type Mint { currency_symbol: ByteArray }
pub type Mint { currency_symbol: ByteArray, thing: Int, thing: Int, thing: Int }
pub type ScriptContext =
context.ScriptContext(Mint)

View File

@@ -1,9 +1,5 @@
use sample/context
pub type Spend { idk: Int }
pub type ScriptContext =

View File

@@ -1,10 +1,6 @@
use sample/mint
use sample/spend
pub type Datum { something: String }
pub type Redeemer {