Skip to content

Commit

Permalink
Trivial change to force build
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Mar 1, 2024
1 parent 90ce563 commit 9acfcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-nextflow-tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
from typing import List, Any


ESCAPE_RE = re.compile(r"([^\\])\\([ =:])")
CLOSURE_RE = re.compile(r"^Script\S+_run_closure")
POINTER_RE = re.compile(r"^(\[?Ljava\..*;@)(\w+)$")
DATE_RE = re.compile(r"\d{8}T\d{6}Z")
ESCAPE_RE = re.compile(r"([^\\])\\([ =:])")
POINTER_RE = re.compile(r"^(\[?Ljava\..*;@)(\w+)$")


def diff_json(alpha, beta):
Expand Down

0 comments on commit 9acfcf4

Please sign in to comment.