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

Commit

Permalink
this commit completes #72
Browse files Browse the repository at this point in the history
  • Loading branch information
SUMUKHA-PK committed Nov 2, 2020
1 parent cfb187d commit af13dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/inspect/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ func (i *Inspector) ProcessTablesCommand() (string, error) {
// ProcessTableCommand responds to the command related to a table.
// The response is a pre-formatted string which can be printed
// on a CLI.
//
func (i *Inspector) ProcessTableCommand(arg string) (string, error) {
tbl, err := i.e.LoadTable(arg)
if err != nil {
Expand Down

0 comments on commit af13dfd

Please sign in to comment.