Skip to content

Commit

Permalink
fix: add comment to public function
Browse files Browse the repository at this point in the history
  • Loading branch information
blurfx committed Jul 3, 2023
1 parent 83a0174 commit c71c59a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/yorkie/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func Save(config *Config) error {
return nil
}

// Delete deletes the configuration file.
func Delete() error {
configPathValue, err := configPath()
if err != nil {
Expand Down

0 comments on commit c71c59a

Please sign in to comment.