Issy Long 6a704f2f40
sorbet: Bump more files to typed: true
- This was done through the `brew typecheck --suggest-typed --update`
  command.
2023-03-05 18:18:59 +00:00

9 lines
146 B
Ruby

# typed: true
# frozen_string_literal: true
if OS.mac?
require "extend/os/mac/cleanup"
elsif OS.linux?
require "extend/os/linux/cleanup"
end