Indent using spaces, not tabs

This commit is contained in:
gregoirenovel 2017-04-04 16:04:17 +02:00
parent d1e463b7ab
commit a1ee82f3dd
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
if LogStasher.enabled
LogStasher.add_custom_fields do |fields|
fields[:type] = "tps"
fields[:type] = "tps"
end
end

View file

@ -1,5 +1,5 @@
class RenameDossierPdfintofPieceJointe < ActiveRecord::Migration
def change
rename_table :dossier_pdfs, :pieces_jointes
rename_table :dossier_pdfs, :pieces_jointes
end
end