Skip to content

Commit

Permalink
link todos
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Sep 28, 2023
1 parent 61710ce commit 5ce2fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Swarm/Game/State.hs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ instance ToSample WinCondition where
toSamples _ =
SD.samples
[ NoWinCondition
-- TODO: add simple objective sample
-- TODO: #1552 add simple objective sample
]

-- | A data type to keep track of the pause mode.
Expand Down
2 changes: 1 addition & 1 deletion src/Swarm/TUI/Model/Goal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ instance ToSample GoalTracking where
toSamples _ =
SD.samples
[ GoalTracking mempty mempty
-- TODO: add simple objective sample
-- TODO: #1552 add simple objective sample
]

data GoalDisplay = GoalDisplay
Expand Down

0 comments on commit 5ce2fb7

Please sign in to comment.