# frozen_string_literal: true module SimpleCov module Formatter class TailwindFormatter VERSION = "2.1.1" end end end