Skip to content

Commit

Permalink
newline formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tallpauley committed May 18, 2021
1 parent 2ad8454 commit 535d1d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"source": MarkovSource(HERE / "data" / "data.lfs.json", meta),
"default_model_class": MarkovModel,
},
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"source": WordCountSource(HERE / "data" / "data.lfs.txt", meta),
"default_model_class": SequentialModel,
},
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
"source": WordCountSource(HERE / "data" / "data.lfs.txt", meta),
"default_model_class": RandomModel,
},
}
}

0 comments on commit 535d1d5

Please sign in to comment.