Skip to content

Commit ae62029

Browse files
authored
fix formating
1 parent 39a1dc9 commit ae62029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/extension.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
Optional[String[1]] $version = undef,
3434
Enum['present', 'absent'] $ensure = 'present',
3535
Optional[String[1]] $package_name = undef,
36-
Stdlib::Port $port = postgresql::default('port'),
36+
Stdlib::Port $port = postgresql::default('port'),
3737
Hash $connect_settings = postgresql::default('default_connect_settings'),
3838
String[1] $database_resource_name = $database,
3939
String[1] $instance = 'main',

0 commit comments

Comments
 (0)