Skip to content

Commit

Permalink
Corrigindo bug que meu autoformat gerou
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloCobains committed Nov 8, 2023
1 parent 1bba046 commit d92e8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rotas/blog/inicial.delegua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
liquido rotaGet (funcao (requisicao resposta) {
resposta lmht ()
liquido.rotaGet(funcao(requisicao, resposta) {
resposta.lmht({ "titulo": "Blog" })
})

0 comments on commit d92e8eb

Please sign in to comment.