Removed the changed flag

This commit is contained in:
n1073645 2019-12-11 10:40:24 +00:00
parent 01a126b384
commit ad4feb63b3

View file

@ -40,8 +40,7 @@ class Gunzip extends Operation {
null, null,
{ {
input: [7, 8], input: [7, 8],
output: [3.5, 6], output: [3.5, 6]
change: true
}); });
} }