Skip to content

Commit

Permalink
autopush@1447078091
Browse files Browse the repository at this point in the history
  • Loading branch information
denkhaus committed Nov 9, 2015
1 parent 2e2c7a6 commit a7cfc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scratch.go
Expand Up @@ -36,7 +36,7 @@ func scratchGetMapValue(scratch string, key string) interface{} {
}

//////////////////////////////////////////////////////////////////////////////
func scratchGetSliceValues(scratch string, key string) []interface{} {
func scratchGetSliceValues(scratch string) []interface{} {
if scr, ok := scrtsSlice[scratch]; ok {
return scr
}
Expand Down

0 comments on commit a7cfc69

Please sign in to comment.