-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Steps to reproduce:
Given this code:
struct IntentRequest
- userAddress: string
+ go.field.type = prototyp.Hash
- originChainId: uint64
+ go.field.name = OriginChainID
- originTokenAddress: string
+ go.field.type = prototyp.Hash
Comment out some type definition
# struct IntentRequest
# - userAddress: string
# + go.field.type = prototyp.Hash
# - originChainId: uint64
# + go.field.name = OriginChainID
# - originTokenAddress: string
# + go.field.type = prototyp.Hash
Run ridlfmt:
-# struct IntentRequest
-# - userAddress: string
-# + go.field.type = prototyp.Hash
-# - originChainId: uint64
-# + go.field.name = OriginChainID
-# - originTokenAddress: string
-# + go.field.type = prototyp.Hash
+# struct IntentRequest
+# - userAddress: string
+# + go.field.type = prototyp.Hash
+# - originChainId: uint64
+# + go.field.name = OriginChainID
+# - originTokenAddress: string
+# + go.field.type = prototyp.HashNotice that the leading whitespaces (code indentation) was removed.
Metadata
Metadata
Assignees
Labels
No labels