Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 31, 2024
1 parent b4d1894 commit 029fc3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buildpacks/ruby/src/user_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,14 @@ fn log_our_error(mut output: Print<Bullet<Stdout>>, error: RubyBuildpackError) {
.sub_bullet(error.to_string())
.done()
.error(formatdoc! {"
Error caching frontend assets
Error caching frontend assets
An error occurred while attempting to cache frontend assets, and the Ruby buildpack
cannot continue.
An error occurred while attempting to cache frontend assets, and the Ruby buildpack
cannot continue.
Ensure that the permissions on the files in your application directory are correct and that
all symlinks correctly resolve.
"});
Ensure that the permissions on the files in your application directory are correct and that
all symlinks correctly resolve.
"});
}
RubyBuildpackError::GemListGetError(error) => {
output = output
Expand Down

0 comments on commit 029fc3d

Please sign in to comment.