Skip to content

Commit b46938e

Browse files
committed
Verify lint-check-18 fails if custom type not well formatted
1 parent b3de443 commit b46938e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pg_extension_base/include/pg_extension_base/attached_worker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef struct AttachedWorker
4040
BackgroundWorkerHandle *workerHandle;
4141
} AttachedWorker;
4242

43-
extern PGDLLEXPORT AttachedWorker *StartAttachedWorker(char *command);
43+
extern PGDLLEXPORT AttachedWorker * StartAttachedWorker(char *command);
4444
extern PGDLLEXPORT AttachedWorker *StartAttachedWorkerInDatabase(char *command,
4545
char *databaseName,
4646
char *userName);

0 commit comments

Comments
 (0)