aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-02-21 12:02:14 -0500
committerJon Moss <me@jonathanmoss.me>2017-02-21 12:02:14 -0500
commite342f4e60d12bea4e2525f05fe2d30199db42590 (patch)
treee25a1d8f117c2495468290c825020b989c57c89f /activejob/CHANGELOG.md
parente2c0d7aea8050bdf633f736113e6b591af034e61 (diff)
downloadrails-e342f4e60d12bea4e2525f05fe2d30199db42590.tar.gz
rails-e342f4e60d12bea4e2525f05fe2d30199db42590.tar.bz2
rails-e342f4e60d12bea4e2525f05fe2d30199db42590.zip
Remove extra spaces
[ci skip]
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index 3bc34c1598..786b508e38 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -7,7 +7,7 @@
* Push skipped jobs to `enqueued_jobs` when using `perform_enqueued_jobs` with a `only` filter in tests
*Alexander Pauly*
-
+
* Removed deprecated support to passing the adapter class to `.queue_adapter`.
*Rafael Mendonça França*