Code review comment for lp://staging/~julian-edwards/gwacl/config-drive

Revision history for this message
Julian Edwards (julian-edwards) wrote :

119 - if req.Size % 512 != 0 {
120 + if req.Size%512 != 0 {

SRSLY "go fmt", SRSLY?

« Back to merge proposal