class KPM::Formatter::VersionFormatter

def format_sha(sha)

def format_sha(sha)
  return '[???]' if sha.nil?
  "[#{sha[0..5]}..]"
end