Skip to content

Commit

Permalink
Make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Oct 23, 2018
1 parent 2fe91f1 commit becd10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builtin/credential/radius/path_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func pathConfig(b *backend) *framework.Path {
Type: framework.TypeString,
Default: "",
Description: "RADIUS NAS Identifier field (optional)",
},
},
},

ExistenceCheck: b.configExistenceCheck,
Expand Down
4 changes: 2 additions & 2 deletions vault/identity_store_entities_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ func TestIdentityStore_EntityCreateUpdate(t *testing.T) {

func TestIdentityStore_CloneImmutability(t *testing.T) {
alias := &identity.Alias{
ID: "testaliasid",
Name: "testaliasname",
ID: "testaliasid",
Name: "testaliasname",
MergedFromCanonicalIDs: []string{"entityid1"},
}

Expand Down

0 comments on commit becd10f

Please sign in to comment.