Skip to content
  • Robert Zaremba's avatar
    [FAB-7802] Automatic format fix using gofmt · e14f2080
    Robert Zaremba authored
    
    
    gofmt -w -s
    
    Many developers have integrated `gofmt`  auto-formatting. S
    Some code changes can automatically cause other changes caused through
    `gofmt` integration, not related to the intent of the task.
    
    For clarity in future pull-requests, the gofmt issues should be solved
    once and for all.
    
    This change doesn't break the code, because it uses official `gofmt` to do
    the auto code formatting.
    
    Change-Id: Ife1c2e112dc4f188fb6a90916587af453a133099
    Signed-off-by: default avatarRobert Zaremba <robert.zaremba@scale-it.pl>
    e14f2080