lib/expandsync/textexpander.rb in expandsync-0.2.1 vs lib/expandsync/textexpander.rb in expandsync-0.2.2

- old
+ new

@@ -1,5 +1,6 @@ +require 'fileutils' require 'nokogiri' require 'securerandom' require 'time' module ExpandSync @@ -159,6 +160,6 @@ @snippet_xml.xpath("/*/*/array[preceding-sibling::key[1] = 'snippetsTE2']")[0].add_child(xml_builder.doc.root.children.to_xml) uuids end end -end \ No newline at end of file +end