Commit 4d93cf99 authored by Mike Kozono's avatar Mike Kozono

Nest Geo::VerifiableRegistry module

See https://gitlab.com/gitlab-org/gitlab/-/issues/39044
parent 84dbfc94
# frozen_string_literal: true
module Geo::VerifiableRegistry
module Geo
module VerifiableRegistry
extend ActiveSupport::Concern
class_methods do
......@@ -77,4 +78,5 @@ module Geo::VerifiableRegistry
verification_succeeded_with_checksum!(checksum, calculation_started_at)
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment