Merge pull request #2157 from dmcgowan/reference-tab-vs-spaces

Fix inconsistent spacing in reference grammar
This commit is contained in:
Derek McGowan 2017-01-18 14:07:16 -08:00 committed by GitHub
commit a4853520e8

View file

@ -20,8 +20,8 @@
// digest-algorithm-component := /[A-Za-z][A-Za-z0-9]*/
// digest-hex := /[0-9a-fA-F]{32,}/ ; At least 128 bit digest value
//
// identifier := /[a-f0-9]{64}/
// short-identifier := /[a-f0-9]{6,64}/
// identifier := /[a-f0-9]{64}/
// short-identifier := /[a-f0-9]{6,64}/
package reference
import (