tasks/huffman.rake in protocol-hpack-1.4.1 vs tasks/huffman.rake in protocol-hpack-1.4.2
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
namespace :huffman do
desc 'Generate the huffman state table'
task :generate_table do
require_relative 'huffman'