lib/gir_ffi/struct.rb in gir_ffi-0.14.1 vs lib/gir_ffi/struct.rb in gir_ffi-0.15.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
-require 'gir_ffi/ownable'
+require "gir_ffi/ownable"
module GirFFI
# Struct that can be owned.
class Struct < FFI::Struct
include Ownable