Skip to content

Commit c5b707a

Browse files
stubbiclaude
andcommitted
fix: correct gofmt formatting in database.go
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2e9065d commit c5b707a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/resources/database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func BuildDatabaseStatefulSet(instance *paperclipv1alpha1.Instance) *appsv1.Stat
5151
{Name: "PGDATA", Value: DatabaseMountPath + "/pgdata"},
5252
{Name: "POSTGRES_INITDB_ARGS", Value: "--data-checksums"},
5353
},
54-
Resources: databaseResources(instance),
54+
Resources: databaseResources(instance),
5555
Lifecycle: &corev1.Lifecycle{
5656
PreStop: &corev1.LifecycleHandler{
5757
Exec: &corev1.ExecAction{

0 commit comments

Comments
 (0)