Fix inconsistent spacing in reference grammar
The identifier fields were using spaces while the rest of the lines were using tabs! Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)master
							parent
							
								
									954b4e8154
								
							
						
					
					
						commit
						c6f5b6bf15
					
				|  | @ -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 ( | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue