Skip to content

Commit f74f392

Browse files
committed
lint-check-18 failure verified - revert previous commit
Signed-off-by: sfc-gh-npuka <naisila.puka@snowflake.com>
1 parent 74c7567 commit f74f392

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)