Skip to content

Commit

Permalink
Bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfercher committed May 28, 2024
1 parent 45377e3 commit c205f29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/assets/examples/margins/v2/main.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package main

import (
"github.com/johnfercher/maroto/v2/pkg/components/row"
"log"

"github.com/johnfercher/maroto/v2/pkg/components/row"

"github.com/johnfercher/maroto/v2"
"github.com/johnfercher/maroto/v2/pkg/components/col"
"github.com/johnfercher/maroto/v2/pkg/components/image"
Expand Down Expand Up @@ -55,7 +56,6 @@ func GetMaroto() core.Maroto {
col.New(4),
),
)

if err != nil {
log.Fatal(err)
}
Expand Down
4 changes: 2 additions & 2 deletions internal/providers/gofpdf/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package gofpdf_test

import (
"fmt"
"testing"

"github.com/johnfercher/maroto/v2/internal/fixture"
"github.com/johnfercher/maroto/v2/pkg/consts/fontfamily"
"github.com/johnfercher/maroto/v2/pkg/core/entity"
"testing"

"github.com/johnfercher/maroto/v2/internal/providers/gofpdf"
"github.com/stretchr/testify/assert"
Expand Down Expand Up @@ -81,5 +82,4 @@ func TestBuilder_Build(t *testing.T) {
// Assert
assert.NotNil(t, dep)
})

}

0 comments on commit c205f29

Please sign in to comment.