Skip to content

Commit

Permalink
remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsui committed May 17, 2023
1 parent 4bb61d3 commit 3545c63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cardobject/mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const All = "ALL"
const Changes = "CHANGES"

//Chosen Action
const ChosenAction = "CHOSEN ACTION"
const ChosenAction = "CHOSENACTION"

//Chosen Entity
const ChosenEntity = "CHOSEN ENTITY"
const ChosenEntity = "CHOSENENTITY"

//Chosen Place
const ChosenPlace = "CHOSEN PLACE"
const ChosenPlace = "CHOSENPLACE"

//Decreases Mode
const Decreases = "DECREASES"
Expand Down
Loading

0 comments on commit 3545c63

Please sign in to comment.