Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit af13dfd

Browse files
committed
this commit completes #72
1 parent cfb187d commit af13dfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/inspect/table.go

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ func (i *Inspector) ProcessTablesCommand() (string, error) {
1818
// ProcessTableCommand responds to the command related to a table.
1919
// The response is a pre-formatted string which can be printed
2020
// on a CLI.
21+
//
2122
func (i *Inspector) ProcessTableCommand(arg string) (string, error) {
2223
tbl, err := i.e.LoadTable(arg)
2324
if err != nil {

0 commit comments

Comments
 (0)