Formatting

This commit is contained in:
VinaiRachakonda
2020-12-03 18:36:56 -05:00
parent 48c16afade
commit 896d7a50cf
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ const (
CommitMessageArg = "message"
AuthorParam = "author"
ForceFlag = "force"
AllFlag = "all"
AllFlag = "all"
)
// Creates the argparser shared dolt commit cli and DOLT_COMMIT.

View File

@@ -419,7 +419,7 @@ type repoStateWriter struct {
dEnv *DoltEnv
}
func (r *repoStateWriter) SetStagedHash(ctx context.Context, h hash.Hash) error {
func (r *repoStateWriter) SetStagedHash(ctx context.Context, h hash.Hash) error {
r.dEnv.RepoState.Staged = h.String()
err := r.dEnv.RepoState.Save(r.dEnv.FS)