Skip to content

Commit

Permalink
fix: revert notebook replacements from file helper
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Oct 25, 2024
1 parent a71015d commit e41cad3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/helpers/file_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -557,14 +557,11 @@ def move_compressed_task_to_new(task)
['[\\]u0006','␆'],
['[\\]u0007','␇'],
['[\\]u0008','␈'],
['[\\]b','␈'],
['[\\]u0009','␉'],
['[\\]u000A','␊'],
['[\\]u000B','␋'],
['[\\]u000C','␌'],
['[\\]f','␌'],
['[\\]u000D','␍'],
['[\\]r','␍'],
['[\\]u000E','␎'],
['[\\]u000F','␏'],
['[\\]u0010','␐'],
Expand Down

0 comments on commit e41cad3

Please sign in to comment.