Skip to content

Commit

Permalink
re-introduce TODO comment but outside of the string literal
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Sutula <[email protected]>
Signed-off-by: Daniel Öhrlund <[email protected]>
  • Loading branch information
datadanne and asutula authored Sep 27, 2023
1 parent e21e5cf commit ab8b5ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/storage/local/impl/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ const (
drop table if exists rig_parts;
drop table if exists rig_deals;
`
// TODO: Investigate what we want here.
// drop table if exists cids;
// drop table if exists table_names;
// drop table if exists txns;

Check failure on line 118 in pkg/storage/local/impl/store.go

View workflow job for this annotation

GitHub Actions / Lint

Comment should end in a period (godot)
)

// Store provides local data storage.
Expand Down

0 comments on commit ab8b5ee

Please sign in to comment.